Welcome![Sign In][Sign Up]
Location:
Search - java ip

Search list

[J2MEJAVA彩信发送源码,MM7协议

Description: 公司用的彩信发送源程序,需要定义好彩信平台IP地址及端口. 适用于华为网关,采用MM7协议编程,MM7的开发包网上可以直接找到,上传时未加入. 主要包括:DomXml.java,MMSend.java,TMMSSender.java,WriteMMS.java,XmlBean.java
Platform: | Size: 10039 | Author: cangzhouwd@163.com | Hits:

[J2MEjava聊天室有头像源代码

Description: 该项目由Eclipse所写 包说明: gui:图形包,客户端界面 Images:表情包 net:网路包,提供网络连接和服务交互数据的方法 net.Message:消息包,表示在网络相互传输数据时候封装的消息 Snake:待扩展的游戏包 test:备用测试包 files:配置文件 该项目是简单聊天室的实现 编写工具:Eclipse3.2(图形界面:NetBeans 6.5) 主要功能: 用户登陆(用户名不能重复,密码随便) 载入用户列表(可动态载入,删除) 发送群聊信息,发送私聊信息(可发送给指定多个客户端,由列表选择) 发送动态表情 收发文件,文件夹 在线小游戏(待实现) 该项目起初目的在于为一般的网络程序提供以一个可以方便传播数据的框架,如:聊天 文件收发,游戏等。。。 项目中提供了两种数据传输方式 1:普通消息,该数据作为序列化后的对象消息,先发送到服务器, 然后由服务器转发给目标客户端 2:直接客户端连接,该方式先由客户端向服务器申请连接到目标客户端, 然后提供以中从客户端到客户端的传输方式(比如 文件的传输) 程序配置说明: 在程序目录\files下serverconfig.cfg文件是服务器端口号和ip号
Platform: | Size: 1310690 | Author: goodgame | Hits:

[SourceCodehywxjsp

Description: 简介: 功能介绍: 1:多用户统计系统,防止刷新,速度快,适用广泛 2:综合统计,最近访问,地区分析,地址分析,屏幕大小,来访页面,访问次数, 操作系统,当前在线,IP地址,浏览器,年报表,月报表,周报表,历史报表,日报 表等 3:可以精确的跟踪统计每一位来访者的IP与在线时间-同一IP在线每隔5分钟 才能增加一个计数(你也可以修改时间,在stat.jsp页你把ExTime改为你想要 的时间,即 int ExTime=5;)。 4:提供详细IP数据包,让你清楚的知道来访者是来是何方 用户名:admin,密码:admin-Description: Features: 1: Multi-user statistical system to prevent the refresh speed, applicable to a wide range 2: General Statistics, a recent visit, regional analysis, address analysis, screen size, visit the page, visits, operating system, the current line, IP address, browser, Annual Report, the monthly statements, Zhou statements, historical statements, statements such as day 3: can accurate tracking statistics every visitors IP and online time- the same IP online every five minutes in order to add a count ( You can also modify the time, you stat.jsp page ExTime you want to read the time, that int ExTime = 5 ). 4: to provide detailed IP data packets, so you clearly know that visitors come to is where the user name: admin, Password: admin
Platform: | Size: 689152 | Author: 莲叶 | Hits:

[Internet-Networkvoip__for C++

Description: C++ 写的VOICE OVER IP 很好的例子-C wrote VOICE OVER IP good example
Platform: | Size: 78848 | Author: 康道之 | Hits:

[JSP/JavaURL_java_sample

Description: URL编程例子,通过IP获取计算机名字。运行方法:1. Compile: javac GetHost 2. Run: java GetHost 111.111.111.1(your IP or others)-URL programming examples, IP access computer name. Running Method : 1. Compile : javac GetHost 2. Run : java GetHost 111.111.111.1 (your IP or others)
Platform: | Size: 1024 | Author: 朱亨杰 | Hits:

[JSP/Java简单的聊天程序(作者:刘亚焱)

Description: 简单的聊天程序用java实现底层网络通信,我用的是 TCP/IP协议里的套接字(Socket)编程接口来实现网络通讯。-simple chat program using java achieve bottom network communication, I use the TCP/IP protocol's socket (Socket) programming interfaces to network communications.
Platform: | Size: 12288 | Author: 黄国内 | Hits:

[Remote Controlremotecontrolserver

Description: /*****远程控制服务器端源代码 本代码的作用和他的那段代码有些类似之处。 不过主要作用是接受并执行客户端的指令 实现起来比他的繁琐一些。 实现功能如下: 从配置文件中读取配置端口和用户名和密码 限制登录ip和登录连接数 可选择采用SSL通讯或者明文通信 接受客户端之类指令。 执行系统命令或者传送文件。-/***** remote control server source code of the role and his code during some similarities. However, the main role is to accept and implement the client's instructions to achieve together than some of the red tape. To achieve the following functions : configuration file read-port configuration and user names and passwords and restrict logged ip logged connections choice of SSL communication expressly or client communications accept such orders. Order Execution System, or the transmission of documents.
Platform: | Size: 7168 | Author: 李欣 | Hits:

[JSP/Java2004120117454829025

Description: 多线程通信 程序说明 Ⅰ、设计项目: 简单的聊天程序 Ⅱ、设计人: 刘亚焱 Ⅲ、设计时间: 2003.5.6 Ⅳ、设计步骤: 1)需求分析: 用java实现底层网络通信,我用的是 TCP/IP协议里的套接字(Socket)编程接口来实现网络通讯。 2)设计部分: socket是一种流式通信机制,是一种基于连接的通信,即,在通信之前通信双方确认身份并建立一条 专用的虚拟连接通道,然后他们通过这条通道传送数据信息进行通信,当通信结束时再将原来所建的连 接拆除。-multithreaded communications description of the procedures, design projects : a simple chat program II, designer : Liu Yan III, the design time : 2003.5.6 IV, the design steps : 1) Demand Analysis : java achieve underlying network communication, I use the TCP/The IP socket (Socket) programming interfaces to network communications. 2) Design : socket is a streaming communication mechanism is based on a link of communication, namely, the communication before the two sides identified telecommunications and the establishment of a dedicated virtual link, and then they pass this information channel for transmission of data communications, when the communication ended when it originally construction of the link removed.
Platform: | Size: 315392 | Author: | Hits:

[JSP/JavaJAVA看IP

Description: 这是用JAVA编的一个可以看网站IP的小程式-This is a series of the Java can see a small site IP programs
Platform: | Size: 107520 | Author: | Hits:

[Internet-Networkcifspwscan-src-1_0_5.tar

Description: java实现的ip扫描程序。-realized ip scanning procedures.
Platform: | Size: 307200 | Author: 月舞 | Hits:

[Communicationjace_src

Description: JAVA下的TCP/IP同步并发通信框架-of TCP/IP with synchronous communications framework
Platform: | Size: 160768 | Author: nakie | Hits:

[Internet-Network用JAVA获得IP

Description: 用JAVA编的一个获得IP的程序,你可以把它嵌入到你的网站或系统中,就可以得到你要得到的IP了。-with Java was a series of the IP program, you can embed it in your Web site or system, we can get you to be the IP.
Platform: | Size: 4096 | Author: 李龙 | Hits:

[Windows Develophero_java346888244

Description: IP服务的特点如下:数据应用包括办公自动化系统、WWW、FTP、电子邮件等。其传输特点是猝发式传送,即数据流的出现不定时,而一旦出现数据流,则流量非常大,经常在短时间内占用整个主干网带宽。-IP services to the following features : data applications including office automation systems, WWW, FTP and e-mail. Its transmission is characterized by the sudden-transmitted data stream that is the emergence of irregular, and once the data flow, the flow is very large, often in a short period of time using the entire backbone network bandwidth.
Platform: | Size: 305152 | Author: app | Hits:

[Ftp Clientftp客户端11

Description: ftp上传下载系统客户端,Java实现,根据ftp协议,通过ip地址访问-ftp upload download client, Java, ftp protocol, ip addresses
Platform: | Size: 3072 | Author: 施成 | Hits:

[EditBox用java 如何获得ip

Description: 是一个可以用java的基本类java.net.InetAddress做的程序实例-is a java can use the basic category java.net.InetAddress examples of procedures done
Platform: | Size: 1024 | Author: 马洁 | Hits:

[JSP/Javanet121212

Description: TCP/IP服务器端与客户端 你可以通过此建立一个TCP服务端-TCP/IP Server and Client,you can create a TCP Server by it.
Platform: | Size: 5120 | Author: asd | Hits:

[Editor绝地程序编辑器

Description: 此软件支持多文档打开,支持多种程序语言语法高亮度显示:Delphi,SQL,Basic,C++, Perl,Java,HTML, TCL/tk,AWK Script,Python CA-Clipper MS-DOS Patch File。多种选择模式支持,支持程序语言语法高亮度显示颜色的可视化调整,支持书签:十个书签,支持多级Undo和Redo操作,层次数可以自己设置。 支持最近文件列表,最近文件的数量可以自己设置。支持查找、替换:同Delphi: 支持直接编辑Delphi的窗体文件(dfm)。支持直接编辑二进制文件。支持直接将源程序文件导出为Word文档或超文本形式。支持代码模板和代码自动完成: 支持自动文件保存。 支持“编辑”命令键的自定义:支持行号显示:可以用指定颜色显示当前行:支持文件拖放。 -software support multiple open files, support for multiple programming language syntax highlighting : Delphi, SQL, Basic, C, Perl, Java, HTML, TCL/tk, AWK Script Python CA-Clipper MS-DOS File Patch.,UndoRedo Support recent document list, the number of recent documents can be yours. Search support to replace : with Delphi : support for direct editing Delphi Form (dfm). Support for direct editing binary files. Support directly to the source files exported to Word or HTML format. Support code templates and automatic code completion : support for automatic document preservation. Support the "Edit" command from the definition of the keys : OK, show support : can specify the color that shows the current line : drag and drop support files.
Platform: | Size: 312320 | Author: 张强 | Hits:

[Internet-Network断点传输服务器端

Description: 一断点续传程序服务器端 本软件适用于装有IP/TCP协议的电脑. 主要功能:电脑间传送大型文件.(如电影等)- A break point continues passes on procedure server end this software to be suitable to being loaded with the IP/TCP agreement the computer Main function: Between the computer transmits the large-scale document. (for example movie and so on)
Platform: | Size: 78848 | Author: 赵红 | Hits:

[Ftp ClientCorpClient

Description: 最全面的基于TCP/IP的FTP客户端,还有聊天的功能,java程序代码,多线程设计,我花了将近二个月的时间-the most comprehensive TCP/IP-based FTP client, and chat functions, java code, multithreaded design, I spent nearly two months of the time
Platform: | Size: 3072 | Author: 彭宇 | Hits:

[Ftp ServerCorpServerService2

Description: 最全面的基于TCP/IP的FTP服务器端要和我上传的客户端一起使用,还有聊天的功能,java程序代码,多线程设计,我花了将近二个月的时间-the most comprehensive TCP/IP-based FTP server to upload and my client used together, chat functions, java code, multithreaded design, I spent nearly two months of the time
Platform: | Size: 3072 | Author: 彭宇 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 39 »

CodeBus www.codebus.net